home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / HyperCard / Education / FlashLearn / FlashLearning / background_2729.txt < prev    next >
Encoding:
Text File  |  1990-09-20  |  4.7 KB  |  244 lines

  1. -- background: 2729 from stack: in
  2. -- bmap block id: 3111
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0002
  15. -- rect: left=28 top=71 right=116 bottom=278
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 16
  20. -- text size: 24
  21. -- style flags: 0
  22. -- line height: 32
  23. -- part name: question
  24.  
  25.  
  26. -- part 3 (field)
  27. -- low flags: 82
  28. -- high flags: 0007
  29. -- rect: left=31 top=158 right=279 bottom=277
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 16
  34. -- text size: 14
  35. -- style flags: 0
  36. -- line height: 18
  37. -- part name: answer
  38.  
  39.  
  40. -- part 5 (button)
  41. -- low flags: 00
  42. -- high flags: A003
  43. -- rect: left=358 top=118 right=137 bottom=470
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Show Answer
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   show field "answer"
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 6 (button)
  60. -- low flags: 00
  61. -- high flags: A003
  62. -- rect: left=359 top=146 right=165 bottom=471
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Next Card
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go to next card
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 7 (button)
  79. -- low flags: 00
  80. -- high flags: A003
  81. -- rect: left=359 top=174 right=193 bottom=471
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Random
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   go to any card
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 10 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=339 top=305 right=333 bottom=375
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 21700 / 21700
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: 
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   go home
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 11 (button)
  117. -- low flags: 00
  118. -- high flags: 2000
  119. -- rect: left=379 top=307 right=332 bottom=408
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 1014 / 1014
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Previous
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   go to previous card
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 13 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=418 top=307 right=332 bottom=447
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 1013 / 1013
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Next
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   go to next card
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 14 (field)
  155. -- low flags: 00
  156. -- high flags: 0000
  157. -- rect: left=378 top=27 right=47 bottom=402
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 21
  162. -- text size: 14
  163. -- style flags: 0
  164. -- line height: 18
  165. -- part name: cardNumber
  166.  
  167.  
  168. -- part 17 (field)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=413 top=27 right=46 bottom=469
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 21
  176. -- text size: 14
  177. -- style flags: 0
  178. -- line height: 18
  179. -- part name: totalNumber
  180.  
  181.  
  182. -- part 18 (button)
  183. -- low flags: 00
  184. -- high flags: A003
  185. -- rect: left=359 top=236 right=255 bottom=471
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: Add Card
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   set lockScreen to true
  197.   go to last card
  198.   doMenu "New Card"
  199.   choose browse tool
  200. end mouseUp
  201.  
  202.  
  203.  
  204.  
  205. -- part 19 (button)
  206. -- low flags: 00
  207. -- high flags: A003
  208. -- rect: left=359 top=267 right=286 bottom=471
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 1
  212. -- font id: 0
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: Delete Card
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   set lockScreen to true
  220.   doMenu "delete Card"
  221.   choose browse tool
  222. end mouseUp
  223.  
  224.  
  225.  
  226.  
  227. -- part 21 (button)
  228. -- low flags: 00
  229. -- high flags: 2000
  230. -- rect: left=455 top=304 right=337 bottom=494
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 20186 / 20186
  233. -- text alignment: 1
  234. -- font id: 0
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: sort
  239. ----- HyperTalk script -----
  240. on mouseUp
  241.   sort ascending text by field "question"
  242. end mouseUp
  243.  
  244.